From: Colin Walters Date: Mon, 22 Aug 2022 19:59:33 +0000 (-0400) Subject: ci: Also drop seccomp on debian testing X-Git-Tag: archive/raspbian/2022.6-1+rpi1^2~7^2^2~20^2 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/success/%22http:/www.example.com/cgi/success?a=commitdiff_plain;h=21a8f3928426b6d324eb22eeba4704bdd3d1477b;p=ostree.git ci: Also drop seccomp on debian testing I didn't deep dive into debugging this but I'm pretty sure it's https://gitlab.gnome.org/GNOME/glib/-/issues/2580 which is us having an older Docker in the middle here. --- diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 043202b5..ab3723ea 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -126,6 +126,7 @@ jobs: - name: Debian Testing image: debian:testing-slim + container-options: --security-opt seccomp=unconfined pre-checkout-setup: | apt-get update apt-get install -y git